Virtual list box example

This example shows how to create a list box component that displays a set of objects that come from an external data source. In the example, the external data source is a text file which contains a list of image file names. The list box shows the images and their filenames. Because image loading is slow and takes a lot of memory, the displayed images are only loaded on demand when the user scrolls the list box.

The main parts of the tool project are:

You can find the example in <KanziWorkspace>/Examples/Virtual_list_box.

See also

Using the Trajectory List Box 3D node

Trajectory list box example

Examples